SftTree/NET 2.0

FirstCell Property, ItemClass Class

Softel vdm, Inc.

Returns the first cell in the item's cell collection.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property FirstCell As CellClass

C#   

public CellClass FirstCell { get; }

C++   

public: property CellClass^ FirstCell {
        CellClass^ get();
}

Property Value

The first cell or null/Nothing if the cell collection is empty.

Comments

The FirstCell property returns the first cell in the item's cell collection.

The FirstCell property returns the first cell in the cell collection (Cells property). This is not necessarily the first displayed cell. The FirstDisplayedCell property returns the first displayed cell.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com